projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8290bab
)
(byte-compile-lambda): Test of byte-compile-compatibility was backwards.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 17 Feb 1993 20:29:57 +0000
(20:29 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 17 Feb 1993 20:29:57 +0000
(20:29 +0000)
lisp/emacs-lisp/bytecomp.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/bytecomp.el
b/lisp/emacs-lisp/bytecomp.el
index 817907ccf2dc3eae1cccc545febb01192d57b2a0..f4bba7ed21697546134d700efbf7969e7ada8484 100644
(file)
--- a/
lisp/emacs-lisp/bytecomp.el
+++ b/
lisp/emacs-lisp/bytecomp.el
@@
-1681,9
+1681,10
@@
If FORM is a lambda or a macro, byte-compile it as a function."
(byte-compile-warn "malformed interactive spec: %s"
(prin1-to-string int))))))
(let ((compiled (byte-compile-top-level (cons 'progn body) nil 'lambda)))
+ (setq foo compiled)
(if (and (eq 'byte-code (car-safe compiled))
- (byte-compile-version-cond
-
byte-compile-compatibility
))
+ (
not (
byte-compile-version-cond
+
byte-compile-compatibility)
))
(apply 'make-byte-code
(append (list arglist)
;; byte-string, constants-vector, stack depth